@charset "utf-8"; 

html{overflow-x:hidden}

.serviceBox {
	width: 170px;
	height: 326px;
	position: absolute;
	top: 250px;
	z-index: 100;
	background: url(/image/serviceBox2.png) -0 0 no-repeat
}

.serviceBox .serviceTitle {
	position: absolute;
	top: 118px;
	right: 20px;
	width: 90px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #013684;
	text-decoration: none
}

.serviceBox .serviceTitle:hover {
	color: #f30
}

.serviceBox .serviceText {
	position: absolute;
	top: 148px;
	right: 0;
	width: 130px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	font-size: 14px
}

.serviceBox .oemServiceTitle {
	position: absolute;
	top: 257px;
	right: 20px;
	width: 90px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #013684;
	text-decoration: none
}

.serviceBox .oemServiceTitle:hover {
	color: #f30
}

.serviceBox .oemServiceText {
	position: absolute;
	top: 285px;
	right: 0;
	width: 130px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #013684;
	cursor: pointer;
	font-size: 14px
}

.serviceBox .servicePhone {
	position: absolute;
	top: 28px;
	right: 0;
	width: 130px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #557fb9;
	font-weight: bold;
	font-family: Arial;
	font-size: 14px
}